projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c884b4d
)
Martin Svenson <phromo at gmail.com> (tiny change)
author
Glenn Morris
<rgm@gnu.org>
Sun, 20 Jan 2008 03:56:50 +0000
(
03:56
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 20 Jan 2008 03:56:50 +0000
(
03:56
+0000)
(python-imports): Default to "None".
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index bef282f5e98958d29a598628fc75cb2f56761dd7..3a393a7a4eb280a3f7a143adb22ba273bfc933cc 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-1889,7
+1889,8
@@
Uses `python-beginning-of-block', `python-end-of-block'."
\f
;;;; Completion.
-(defvar python-imports nil
+;; http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00076.html
+(defvar python-imports "None"
"String of top-level import statements updated by `python-find-imports'.")
(make-variable-buffer-local 'python-imports)